A pointer to a variable of this type is passed to the process_args() function, and on return, the variable contains values obtained from arg processing. 指向该类型变量的指针被传递到processargs()函数,返回该指针时,它包含从参数处理过程获得的值。
You can then use the return pointer to configure other aspects of the virtual file, such as the function to call when a read is performed on the file. 然后就可以使用这个返回的指针来配置这个虚拟文件的其他参数,例如在对该文件执行读操作时应该调用的函数。
The start() method accepts two arguments: a pointer to a user-defined function and a void, which is passed to this user-defined function. start()接受两个参数:一个用户定义函数的指针和传递给这个用户定义函数的void。
If a function is executing, then the stack pointer is pointing to the top of the whole stack, which is also the top of that function's activation record. 如果一个函数正在执行,那么堆栈指针就会指向整个堆栈的顶部,这也是该函数活动记录的顶部。
Returning a pointer to static data may cause a function to be non-reentrant. 返回指向静态数据的指针可能会导致函数不可重入。
If even a single thread's instruction pointer refers to a function's code in memory or a single thread's kernel stack refers to a return address within the function, the function is considered active and cannot be replaced. 如果线程的指令指针引用内存中的函数代码,或者线程的内核堆栈引用函数中的返回地址,就认为这个函数是活跃的,无法替换。
The username and password are stored in a MQCSP structure, and a pointer to this structure, pSecurityParms, is passed into the function when it is called. 代码中将用户名和密码存储在MQCSP结构中,并在调用时将指向此结构的指针pSecurityParms传递给该函数。
Pointer to the mapped function entry point 指向被映射函数入口点的指针
Pointer to the callback function to be invoked ( for one or more Event Types)& For each specific event, register a callback function, and then these functions are called when the event occurs. 指向要调用的回调函数的指针(对于一种或多种事件类型)&为每种特定的事件注册一个回调函数,然后将在事件发生时调用这些函数。
Pointer to that function as it is shown below. 指向该函数,因为它是如下所示。
Pointer to the callback function table of the native application. 指向本地应用程序的回调函数表。
In fact, the wrapper function saves the pointer fn into the child's stack position corresponding to the return address of the wrapper function itself; 事实上,包装函数将fn指针保存在子进程的栈中对应包装器本身的返回地址的位置;
When a virtual function is called through a reference or pointer, the compiler generates code to decide at run time which function to call. 当虚函数通过引用或者指针调用时,编译器生成代码来决定在运行期调用哪个函数。
LpServiceProc: a pointer to a service main function ( entry point of a service). 指向服务主函数的指针(服务入口点);
This article gives the relatively systematic analysis and research on function pointer in C++ language, pointing out the concept difference from pointer function, and then a instance is given out to show the method of using function pointer. 本文对C++语言中函数指针进行了较为系统的分析与研究,指出它与指针函数的概念区别,并通过实例阐述使用函数指针的方法。
Based on the construction of message mapping table, the paper analyzes in detail how to transform the type of a pointer which points to a message processing function with data types of structure, enum and share. 深入剖析了如何通过创建消息映射表,利用结构、枚举和共用三种构造数据类型来实现消息处理函数指针类型的转换。
The method of utilizing pointer to function in C language and study and application of super-process skill C语言中用指针指向函数的方法及其高级处理技巧的研究与应用
The object defined by the class which includes virtual function has a virtual function table and a pointer VPTR which points to the virtual function table. 包含虚函数的类定义的对象有一个虚函数表和一个指向虚函数表的指针vptr。